Spread Silverlight Documentation
Item Property (SpreadChartElementCollection<T>)


Gets or sets the SpreadChartElement at the specified index.
Syntax
'Declaration
 
Public Overrides Default Property Item( _
   ByVal index As System.Integer _
) As T
'Usage
 
Dim instance As SpreadChartElementCollection(Of T)
Dim index As System.Integer
Dim value As T
 
instance.Item(index) = value
 
value = instance.Item(index)
public override T this[ 
   System.int index
]; {get; set;}

Parameters

index
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

SpreadChartElementCollection<T> Class
SpreadChartElementCollection<T> Members

 

 


Copyright © GrapeCity, inc. All rights reserved.